Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
6300334

Files

FilesIWE
net/sf/tlc/Main.java 0013
net/sf/tlc/core/I18nHelper.java 007
net/sf/tlc/core/LifecycleAware.java 005
net/sf/tlc/core/PropertyManager.java 007
net/sf/tlc/core/ServiceLocator.java 009
net/sf/tlc/core/TargetFinder.java 004
net/sf/tlc/core/TargetLauncher.java 002
net/sf/tlc/core/impl/DefaultFinder.java 0025
net/sf/tlc/core/impl/DefaultI18nHelper.java 0015
net/sf/tlc/core/impl/DefaultLauncher.java 0024
net/sf/tlc/core/impl/DefaultPropertyManager.java 0015
net/sf/tlc/core/impl/DefaultServiceLocator.java 0024
net/sf/tlc/core/impl/FinderHelper.java 006
net/sf/tlc/core/impl/JarInspector.java 005
net/sf/tlc/core/impl/package.html 001
net/sf/tlc/core/package.html 001
net/sf/tlc/ioc/IocContainer.java 006
net/sf/tlc/ioc/impl/DefaultDependencyManager.java 0020
net/sf/tlc/ioc/impl/DependencyManager.java 009
net/sf/tlc/ioc/impl/DependencyNode.java 0013
net/sf/tlc/ioc/impl/EmbeddableContainer.java 0018
net/sf/tlc/ioc/impl/package.html 001
net/sf/tlc/ioc/package.html 001
net/sf/tlc/kernel/TlcMicroKernel.java 0019
net/sf/tlc/kernel/package.html 001
net/sf/tlc/loader/TlcClassLoader.java 0023
net/sf/tlc/loader/package.html 001
net/sf/tlc/logging/ConsoleInterceptor.java 006
net/sf/tlc/logging/impl/DefaultConsoleInterceptor.java 006
net/sf/tlc/logging/impl/package.html 001
net/sf/tlc/logging/package.html 001
net/sf/tlc/model/Target.java 0013
net/sf/tlc/model/package.html 001
net/sf/tlc/package.html 001
net/sf/tlc/util/ClassPathUtils.java 0010
net/sf/tlc/util/ClassUtils.java 0019
net/sf/tlc/util/package.html 001

net/sf/tlc/Main.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 21
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error Line has trailing spaces. 47
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 62

net/sf/tlc/core/I18nHelper.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 10
Error Line has trailing spaces. 12
Error Line has trailing spaces. 19
Error First sentence should end with a period. 25
Error Line has trailing spaces. 27
Error Line has trailing spaces. 35

net/sf/tlc/core/LifecycleAware.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 10
Error Line has trailing spaces. 14
Error Line has trailing spaces. 19
Error Line has trailing spaces. 24

net/sf/tlc/core/PropertyManager.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 10
Error Line has trailing spaces. 12
Error Line has trailing spaces. 19
Error First sentence should end with a period. 24
Error Line has trailing spaces. 26
Error Line has trailing spaces. 36

net/sf/tlc/core/ServiceLocator.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 13
Error Line has trailing spaces. 21
Error Line has trailing spaces. 33
Error Line has trailing spaces. 44
Error Line has trailing spaces. 52
Error Line has trailing spaces. 62
Error Line has trailing spaces. 70
Error Line has trailing spaces. 82

net/sf/tlc/core/TargetFinder.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 12
Error First sentence should end with a period. 17
Error Line has trailing spaces. 19

net/sf/tlc/core/TargetLauncher.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 10

net/sf/tlc/core/impl/DefaultFinder.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 21
Error Line has trailing spaces. 23
Error Line has trailing spaces. 27
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 28
Error Missing a Javadoc comment. 30
Error Missing a Javadoc comment. 32
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 36
Error 'cl' hides a field. 44
Error Line is longer than 80 characters. 46
Error First sentence should end with a period. 49
Error Line has trailing spaces. 51
Error Line is longer than 80 characters. 56
Error Line is longer than 80 characters. 92
Error Line is longer than 80 characters. 96
Error Line is longer than 80 characters. 114
Error Line has trailing spaces. 117
Error Line is longer than 80 characters. 119
Error Line is longer than 80 characters. 122
Error Line is longer than 80 characters. 124
Error Line is longer than 80 characters. 126
Error Line is longer than 80 characters. 132

net/sf/tlc/core/impl/DefaultI18nHelper.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 15
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error First sentence should end with a period. 26
Error Line has trailing spaces. 28
Error 'bundleName' hides a field. 32
Error First sentence should end with a period. 37
Error Line has trailing spaces. 39
Error Line is longer than 80 characters. 44
Error First sentence should end with a period. 47
Error Line has trailing spaces. 49
Error First sentence should end with a period. 56
Error Line has trailing spaces. 58

net/sf/tlc/core/impl/DefaultLauncher.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 17
Error Line has trailing spaces. 19
Error Line is longer than 80 characters. 24
Error Missing a Javadoc comment. 24
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error Line is longer than 80 characters. 30
Error Missing a Javadoc comment. 30
Error Line is longer than 80 characters. 38
Error 'classLoader' hides a field. 38
Error 'finder' hides a field. 38
Error Line is longer than 80 characters. 40
Error Line is longer than 80 characters. 46
Error First sentence should end with a period. 53
Error Line has trailing spaces. 55
Error Line is longer than 80 characters. 63
Error Line is longer than 80 characters. 66
Error Must have at least one statement. 68
Error Line is longer than 80 characters. 72
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 76
Error '1000' is a magic number. 81

net/sf/tlc/core/impl/DefaultPropertyManager.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 18
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line is longer than 80 characters. 25
Error Missing a Javadoc comment. 25
Error Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
Error Missing a Javadoc comment. 27
Error Line is longer than 80 characters. 38
Error First sentence should end with a period. 52
Error Line has trailing spaces. 54
Error First sentence should end with a period. 61
Error Line has trailing spaces. 63
Error First sentence should end with a period. 70
Error Line is longer than 80 characters. 72

net/sf/tlc/core/impl/DefaultServiceLocator.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 23
Error First sentence should end with a period. 25
Error Line has trailing spaces. 27
Error Line is longer than 80 characters. 33
Error Line is longer than 80 characters. 36
Error First sentence should end with a period. 41
Error Line has trailing spaces. 43
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 54
Error First sentence should end with a period. 59
Error Line has trailing spaces. 61
Error First sentence should end with a period. 68
Error Line has trailing spaces. 70
Error First sentence should end with a period. 77
Error Line has trailing spaces. 79
Error Line is longer than 80 characters. 86
Error First sentence should end with a period. 98
Error Line has trailing spaces. 100
Error First sentence should end with a period. 107
Error Line has trailing spaces. 109
Error First sentence should end with a period. 132
Error Line has trailing spaces. 134

net/sf/tlc/core/impl/FinderHelper.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 12
Error Line has trailing spaces. 14
Error Line has trailing spaces. 20
Error Line has trailing spaces. 29
Error Line is longer than 80 characters. 36

net/sf/tlc/core/impl/JarInspector.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 20
Error Line has trailing spaces. 24
Error Line is longer than 80 characters. 45
Error Line is longer than 80 characters. 46

net/sf/tlc/core/impl/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/core/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/ioc/IocContainer.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 9
Error Line has trailing spaces. 12
Error Line has trailing spaces. 19
Error Line has trailing spaces. 27
Error Line has trailing spaces. 36

net/sf/tlc/ioc/impl/DefaultDependencyManager.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 18
Error Missing a Javadoc comment. 23
Error First sentence should end with a period. 25
Error Line has trailing spaces. 27
Error First sentence should end with a period. 34
Error Line has trailing spaces. 36
Error First sentence should end with a period. 43
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 46
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 59
Error Line is longer than 80 characters. 64
Error First sentence should end with a period. 92
Error Line has trailing spaces. 94
Error Line is longer than 80 characters. 95
Error First sentence should end with a period. 106
Error Line has trailing spaces. 108
Error Line is longer than 80 characters. 109
Error Line is longer than 80 characters. 116

net/sf/tlc/ioc/impl/DependencyManager.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 12
Error First sentence should end with a period. 17
Error Line has trailing spaces. 19
Error Line has trailing spaces. 27
Error First sentence should end with a period. 34
Error Line has trailing spaces. 37
Error Line has trailing spaces. 47
Error Line has trailing spaces. 60

net/sf/tlc/ioc/impl/DependencyNode.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 15
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error First sentence should end with a period. 24
Error Line has trailing spaces. 26
Error 'clazz' hides a field. 30
Error Line is longer than 80 characters. 47
Error Line has trailing spaces. 53
Error Line has trailing spaces. 61
Error Line has trailing spaces. 68
Error First sentence should end with a period. 69
Error Line is longer than 80 characters. 74

net/sf/tlc/ioc/impl/EmbeddableContainer.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 22
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error First sentence should end with a period. 31
Error Line has trailing spaces. 33
Error 'dependencyManager' hides a field. 37
Error First sentence should end with a period. 42
Error First sentence should end with a period. 49
Error Line has trailing spaces. 51
Error First sentence should end with a period. 58
Error Line has trailing spaces. 60
Error Line is longer than 80 characters. 67
Error First sentence should end with a period. 89
Error Line has trailing spaces. 91
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 151
Error Line is longer than 80 characters. 157

net/sf/tlc/ioc/impl/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/ioc/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/kernel/TlcMicroKernel.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 15
Error Line is longer than 80 characters. 18
Error Missing a Javadoc comment. 20
Error Missing a Javadoc comment. 22
Error Missing a Javadoc comment. 24
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 30
Error 'state' hides a field. 36
Error First sentence should end with a period. 47
Error Line has trailing spaces. 49
Error Line has trailing spaces. 62
Error First sentence should end with a period. 74
Error Line has trailing spaces. 76
Error First sentence should end with a period. 83
Error Line has trailing spaces. 85
Error Line has trailing spaces. 99
Error Line has trailing spaces. 114

net/sf/tlc/kernel/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/loader/TlcClassLoader.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 28
Error Line has trailing spaces. 32
Error Line is longer than 80 characters. 33
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 35
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 37
Error 'targetDir' hides a field. 43
Error Line is longer than 80 characters. 50
Error First sentence should end with a period. 65
Error Line has trailing spaces. 67
Error First sentence should end with a period. 72
Error Line has trailing spaces. 74
Error Line is longer than 80 characters. 78
Error Missing a Javadoc comment. 83
Error First sentence should end with a period. 104
Error Line has trailing spaces. 106
Error Line is longer than 80 characters. 109
Error Line is longer than 80 characters. 111
Error Line has trailing spaces. 114
Error Line has trailing spaces. 117
Error Line is longer than 80 characters. 157

net/sf/tlc/loader/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/logging/ConsoleInterceptor.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 12
Error Line has trailing spaces. 16
Error Line has trailing spaces. 18
Error Line has trailing spaces. 21
Error Line has trailing spaces. 23

net/sf/tlc/logging/impl/DefaultConsoleInterceptor.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 16
Error First sentence should end with a period. 21
Error Line has trailing spaces. 23
Error First sentence should end with a period. 29
Error Line has trailing spaces. 31

net/sf/tlc/logging/impl/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/logging/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/model/Target.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 3
Error First sentence should end with a period. 8
Error Line has trailing spaces. 10
Error Missing a Javadoc comment. 27
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 31
Error 'targetType' hides a field. 41
Error 'path' hides a field. 41
Error 'name' hides a field. 41
Error First sentence should end with a period. 68
Error Line has trailing spaces. 70
Error Line is longer than 80 characters. 74

net/sf/tlc/model/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/package.html

ErrorLine
Error Missing package documentation file.0

net/sf/tlc/util/ClassPathUtils.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error Line has trailing spaces. 12
Error Missing a Javadoc comment. 17
Error Line has trailing spaces. 26
Error Line has trailing spaces. 30
Error Line has trailing spaces. 43
Error Line has trailing spaces. 49
Error Line is longer than 80 characters. 56
Error Line has trailing spaces. 76
Error Line is longer than 80 characters. 86

net/sf/tlc/util/ClassUtils.java

ErrorLine
Error Line does not match expected header line of 'Copyright 2005 Alistair A. Israel'. 1
Error First sentence should end with a period. 17
Error Line has trailing spaces. 19
Error Line is longer than 80 characters. 40
Error '3' is a magic number. 40
Error '4' is a magic number. 40
Error '4' is a magic number. 40
Error Line has trailing spaces. 52
Error Line is longer than 80 characters. 65
Error First sentence should end with a period. 76
Error Line has trailing spaces. 78
Error First sentence should end with a period. 97
Error Line has trailing spaces. 99
Error First sentence should end with a period. 114
Error Line has trailing spaces. 116
Error First sentence should end with a period. 125
Error Line has trailing spaces. 127
Error First sentence should end with a period. 136
Error Line has trailing spaces. 138

net/sf/tlc/util/package.html

ErrorLine
Error Missing package documentation file.0